From: Felix Fietkau Date: Mon, 22 Feb 2016 08:54:32 +0000 (+0000) Subject: ramips: fix WSR-1166 partition table X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ac0e5604b2298d7d8aead7ec5498c9781ab4aae1;p=openwrt%2Fsvn-archive%2Farchive.git ramips: fix WSR-1166 partition table - Fix typo in board_data partition start address - Increase board_data partition size in order to exploit all flash size Signed-off-by: Lorenzo Bianconi SVN-Revision: 48751 --- diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index d1e3ef90f3..9743cee652 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -50,9 +50,9 @@ reg = <0x50000 0xf90000>; }; - partition@fe00000 { + partition@fe0000 { label = "board_data"; - reg = <0xfe0000 0x10000>; + reg = <0xfe0000 0x20000>; }; }; };